home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1988 / Jan 88 / MacApp questions 1⁄11 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.6 KB  |  42 lines  |  [TEXT/GEOL]

  1. Item    6952363                         11-Jan-88        12:45
  2.  
  3. From:   A33                             Drexel U, Nadine Perkey, ASC
  4.  
  5. To:     MACAPP$                         MacApp Interest List
  6.  
  7. cc:     A33                             Drexel U, Nadine Perkey, ASC
  8.  
  9. Sub:    MacApp questions
  10.  
  11.  
  12.  
  13. To:  Whomever can aid or abet me:
  14.  
  15. I may be missing some obvious things and I apologize if I am, but I have some
  16. questions about specific actions in MacApp.
  17.  
  18. 1. Is there a simple MacApp way to determine if a mouse down is part of a
  19. double click.  If at all possible, I'd like to catch the first click of the
  20. pair.
  21.  
  22. 2. When I bring up a modal dialog, my cursor changes from an arrow to an I-beam
  23. below and to the left of where my text area is actually defined.  I was
  24. wondering if anybody has seen anything like this before.
  25.  
  26. 3. Also concerning dialogs, is there a simple way to indicate that the dialog
  27. should be centered.  If not, I'd like to add this option to the MacApp wish
  28. list.  It could possibly be a parameter in IDialogView.
  29.  
  30. 4. Is there a recommended way to get an SFGetBox to appear on the screen upon
  31. start up of an application?  It is required that the menu bar be on the screen.
  32. The method we employed was a combination of a global variable which we set if
  33. the application icon was selected and the Idle method for the application.
  34. This works, however, as is obvious we are checking a global variable in each
  35. idle cycle for the entire life of the application ... slow ... if there are any
  36. cleaner/more efficient solutions, please let us know.
  37.  
  38. Thanks for any help,
  39.  
  40.    Keith Bossert
  41.  
  42.